home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
programr
/
jfklib.zip
/
JFKLIB.H
< prev
next >
Wrap
Text File
|
1991-05-11
|
591b
|
29 lines
/*
JFKLIB.H - (C) 1990 by Joachim Kainz 'On a mission from Bhudda'
*/
#ifndef __JFKLIB_H
#define __JFKLIB_H 1
#define ID_APPNAME 100
#define ID_FILE_NEW 200
#define ID_FILE_CLOSE 201
#define ID_FILE_OPEN 202
#define ID_FILE_SAVE 203
#define ID_FILE_SAVE_AS 204
#define ID_FILE_EXIT 205
#define ID_FILEBOX_NAME 300
#define ID_FILEBOX_FILES 301
#define ID_FILEBOX_PATH 302
#define ID_FILEBOX_DIRS 303
#define ID_MDI_CASCADE 350
#define ID_MDI_TILE 351
#define ID_MDI_ARRANGE 352
#define ID_HELP_ABOUT 400
#endif